Skip to main content

Send Mail

Send an email

Options

  • From: It retrieves information about who the email was sent by.
    • Type: System.String
  • Importance: It determines the level of importance of the email.
    • Type: System.Int32
    • Dropdown Options:
      • Low
      • Normal
      • High
  • Is Body HTML: It determines whether the email has an HTML structure or not. It is marked for sending in HTML format.
    • Type: System.Boolean
  • Is Draft: E-postanın (Draft) taslak olarak kaydedilmesini sağlar. NOT: E-postayı göndermez.
    • Type: System.Boolean
  • Reply To: If the email is a reply, it retrieves a list of contents that includes the previous messages.
    • Type: System.String[]

Attachments

  • Attachments: A list of string arguments that represent the attachments you want to send alongside the email.
    • Type: System.Collections.Generic.IDictionary<System.String, System.Activities.Argument>
  • Attachments Collection: An additional list of files attached to the message.
    • Type: System.Collections.Generic.IEnumerable<System.String>

Email

  • Body: It retrieves the content of the email
    • Type: System.String
  • Subject: It contains the subject of the email
    • Type: System.String

Recipients

  • Bcc: An email receives information about who it should be sent to in a hidden manner. When sending to multiple people, they should be separated by ";"
    • Type: System.String[]
  • Cc: It receives information about who the email should be sent for notification purposes. When sending to multiple recipients, they should be separated by ";" sign.
    • Type: System.String[]
  • To: It receives information about who the email should be sent to. When sending to multiple recipients, they should be separated by ";" sign.
    • Type: System.String[]
    • Required

Details

  • It must be embedded within the scope of Microsoft Office 365 to be usable.